Current Location: Home> Function Categories> expm1

expm1

Returns exp(number) - 1, and can calculate the exact result even when the value of number is close to zero.
Similar Functions
  • Arctangle of two parameters atan2

    atan2

    Arctangleoftwoparame
  • Hyperbolic cosine cosh

    cosh

    Hyperboliccosine
  • Determine whether it is infinite is_infinite

    is_infinite

    Determinewhetheritis
  • Calculate the index of e exp

    exp

    Calculatetheindexofe
  • Returns exp(number) - 1, and can calculate the exact result even when the value of number is close to zero. expm1

    expm1

    Returnsexp(number)-1
  • Exponential expressions pow

    pow

    Exponentialexpressio
  • Returns log(1 + number), and can calculate the exact result even when the value of number is close to zero. log1p

    log1p

    Returnslog(1+number)
  • Hyperbolic sine sinh

    sinh

    Hyperbolicsine
Popular Articles